How To Deliberately Hide Bugs In Code (for use in a Novel I'm writing) [closed]
Posted
by
Dennis Murphy
on Programmers
See other posts from Programmers
or by Dennis Murphy
Published on 2011-03-23T16:26:03Z
Indexed on
2012/08/30
15:49 UTC
Read the original article
Hit count: 239
I'm writing a novel in which an evil programmer wants to include subtle errors in his code that are likely to go unnoticed by his supervisor during a code review and unlikely to be caught by a compiler, yet cause damage at possibly random times when the program is executed by an end-user. I only need a couple of examples, which may be exotic but which have to be easily explainable to non-technical readers. Procedural or object-oriented examples would be equally helpful. (It's been a VERY long time since I've written any code.) Thanks for your help.
© Programmers or respective owner